home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / ADOS Guide / ADOS commands / Else < prev    next >
Text File  |  1998-02-16  |  481b  |  21 lines

  1.                           --AMIGADOS GUIDE V2.5--
  2.                                    ELSE
  3.  
  4.  
  5.    USE:
  6.    Else is part of the IF....Endif Construct.  Basically if the If part of
  7.    the script file fails then control jumps to the Else part and continues
  8.    to run until an Endif is reached.
  9.  
  10.    PATH:
  11.    Internal
  12.  
  13.    SYSTEM:
  14.    2.0 (enhanced), 2.1, 3.0
  15.  
  16.    EXAMPLES:
  17.    1>ELSE (written in script files as shown with no attachments)
  18.  
  19.    NOTES:
  20.    Else can only be used in script files.
  21.